Normal
Haptic-Informed ACT with a Soft Gripper and Recovery-Informed Training for Pseudo Oocyte Manipulation
Eljuri, Pedro Miguel Uriguen, Shibata, Hironobu, Katsuyoshi, Maeyama, Jia, Yuanyuan, Taniguchi, Tadahiro
-- In this paper, we introduce Haptic-Informed ACT, an advanced robotic system for pseudo oocyte manipulation, integrating multimodal information and Action Chunking with Transformers (ACT). Traditional automation methods for oocyte transfer rely heavily on visual perception, often requiring human supervision due to biological variability and environmental disturbances. Haptic-Informed ACT enhances ACT by incorporating haptic feedback, enabling real-time grasp failure detection and adaptive correction. Additionally, we introduce a 3D-printed TPU soft gripper to facilitate delicate manipulations. Experimental results demonstrate that Haptic-Informed ACT improves the task success rate, robustness, and adaptability compared to conventional ACT, particularly in dynamic environments. Manipulation of cells is the basis for many applications in biological and biomedical engineering.
- Asia > Japan > Honshū > Kansai > Kyoto Prefecture > Kyoto (0.05)
- North America > United States > Illinois > McLean County > Normal (0.04)
Coherence-Driven Multimodal Safety Dialogue with Active Learning for Embodied Agents
Hassan, Sabit, Chung, Hye-Young, Tan, Xiang Zhi, Alikhani, Malihe
When assisting people in daily tasks, robots need to accurately interpret visual cues and respond effectively in diverse safety-critical situations, such as sharp objects on the floor. In this context, we present M-CoDAL, a multimodal-dialogue system specifically designed for embodied agents to better understand and communicate in safety-critical situations. The system leverages discourse coherence relations to enhance its contextual understanding and communication abilities. To train this system, we introduce a novel clustering-based active learning mechanism that utilizes an external Large Language Model (LLM) to identify informative instances. Our approach is evaluated using a newly created multimodal dataset comprising 1K safety violations extracted from 2K Reddit images. These violations are annotated using a Large Multimodal Model (LMM) and verified by human annotators. Results with this dataset demonstrate that our approach improves resolution of safety situations, user sentiment, as well as safety of the conversation. Next, we deploy our dialogue system on a Hello Robot Stretch robot and conduct a within-subject user study with real-world participants. In the study, participants role-play two safety scenarios with different levels of severity with the robot and receive interventions from our model and a baseline system powered by OpenAI's ChatGPT. The study results corroborate and extend the findings from automated evaluation, showing that our proposed system is more persuasive and competent in a real-world embodied agent setting.
- South America > Colombia > Meta Department > Villavicencio (0.04)
- North America > United States > Massachusetts > Suffolk County > Boston (0.04)
- Asia > Indonesia > Bali (0.04)
- (15 more...)
- Research Report > New Finding (1.00)
- Research Report > Experimental Study (1.00)
- Questionnaire & Opinion Survey (1.00)
Cross-view geo-localization: a survey
Durgam, Abhilash, Paheding, Sidike, Dhiman, Vikas, Devabhaktuni, Vijay
Cross-view geo-localization has garnered notable attention in the realm of computer vision, spurred by the widespread availability of copious geotagged datasets and the advancements in machine learning techniques. This paper provides a thorough survey of cutting-edge methodologies, techniques, and associated challenges that are integral to this domain, with a focus on feature-based and deep learning strategies. Feature-based methods capitalize on unique features to establish correspondences across disparate viewpoints, whereas deep learning-based methodologies deploy convolutional neural networks to embed view-invariant attributes. This work also delineates the multifaceted challenges encountered in cross-view geo-localization, such as variations in viewpoints and illumination, the occurrence of occlusions, and it elucidates innovative solutions that have been formulated to tackle these issues. Furthermore, we delineate benchmark datasets and relevant evaluation metrics, and also perform a comparative analysis of state-of-the-art techniques. Finally, we conclude the paper with a discussion on prospective avenues for future research and the burgeoning applications of cross-view geo-localization in an intricately interconnected global landscape.
- North America > United States > Pennsylvania > Allegheny County > Pittsburgh (0.14)
- Europe > Switzerland > Zürich > Zürich (0.14)
- North America > United States > California > San Francisco County > San Francisco (0.04)
- (11 more...)
- Automobiles & Trucks (1.00)
- Transportation > Ground > Road (0.67)
GIST: Gibbs self-tuning for locally adaptive Hamiltonian Monte Carlo
Bou-Rabee, Nawaf, Carpenter, Bob, Marsden, Milo
We present a novel and flexible framework for localized tuning of Hamiltonian Monte Carlo samplers by sampling the algorithm's tuning parameters conditionally based on the position and momentum at each step. For adaptively sampling path lengths, we show that randomized Hamiltonian Monte Carlo, the No-U-Turn Sampler, and the Apogee-to-Apogee Path Sampler all fit within this unified framework as special cases. The framework is illustrated with a simple alternative to the No-U-Turn Sampler for locally adapting path lengths.
- North America > United States > Illinois > McLean County > Normal (0.04)
- North America > United States > California > Santa Clara County > Palo Alto (0.04)
- Europe > Germany > Berlin (0.04)
- Information Technology > Artificial Intelligence > Representation & Reasoning (1.00)
- Information Technology > Artificial Intelligence > Machine Learning > Statistical Learning (0.68)
- Information Technology > Artificial Intelligence > Machine Learning > Learning Graphical Models > Undirected Networks > Markov Models (0.47)
Differentiable Constrained Imitation Learning for Robot Motion Planning and Control
Diehl, Christopher, Adamek, Janis, Krüger, Martin, Hoffmann, Frank, Bertram, Torsten
Motion planning and control are crucial components of robotics applications like automated driving. Here, spatio-temporal hard constraints like system dynamics and safety boundaries (e.g., obstacles) restrict the robot's motions. Direct methods from optimal control solve a constrained optimization problem. However, in many applications finding a proper cost function is inherently difficult because of the weighting of partially conflicting objectives. On the other hand, Imitation Learning (IL) methods such as Behavior Cloning (BC) provide an intuitive framework for learning decision-making from offline demonstrations and constitute a promising avenue for planning and control in complex robot applications. Prior work primarily relied on soft constraint approaches, which use additional auxiliary loss terms describing the constraints. However, catastrophic safety-critical failures might occur in out-of-distribution (OOD) scenarios. This work integrates the flexibility of IL with hard constraint handling in optimal control. Our approach constitutes a general framework for constraint robotic motion planning and control, as well as traffic agent simulation, whereas we focus on mobile robot and automated driving applications. Hard constraints are integrated into the learning problem in a differentiable manner, via explicit completion and gradient-based correction. Simulated experiments of mobile robot navigation and automated driving provide evidence for the performance of the proposed method.
- North America > United States > Illinois > McLean County > Normal (0.04)
- North America > United States > Florida > Broward County > Fort Lauderdale (0.04)
- Europe > Germany (0.04)
- Transportation > Ground > Road (1.00)
- Automobiles & Trucks (1.00)
Refinement of Hottopixx Method for Nonnegative Matrix Factorization Under Noisy Separability
Hottopixx, proposed by Bittorf et al. at NIPS 2012, is an algorithm for solving nonnegative matrix factorization (NMF) problems under the separability assumption. Separable NMFs have important applications, such as topic extraction from documents and unmixing of hyperspectral images. In such applications, the robustness of the algorithm to noise is the key to the success. Hottopixx has been shown to be robust to noise, and its robustness can be further enhanced through postprocessing. However, there is a drawback. Hottopixx and its postprocessing require us to estimate the noise level involved in the matrix we want to factorize before running, since they use it as part of the input data. The noise-level estimation is not an easy task. In this paper, we overcome this drawback. We present a refinement of Hottopixx and its postprocessing that runs without prior knowledge of the noise level. We show that the refinement has almost the same robustness to noise as the original algorithm.
- Asia > Japan > Honshū > Chūbu > Shizuoka Prefecture > Shizuoka (0.04)
- North America > United States > Illinois > McLean County > Normal (0.04)
Failure-averse Active Learning for Physics-constrained Systems
Lee, Cheolhei, Wang, Xing, Wu, Jianguo, Yue, Xiaowei
Active learning is a subfield of machine learning that is devised for design and modeling of systems with highly expensive sampling costs. Industrial and engineering systems are generally subject to physics constraints that may induce fatal failures when they are violated, while such constraints are frequently underestimated in active learning. In this paper, we develop a novel active learning method that avoids failures considering implicit physics constraints that govern the system. The proposed approach is driven by two tasks: the safe variance reduction explores the safe region to reduce the variance of the target model, and the safe region expansion aims to extend the explorable region exploiting the probabilistic model of constraints. The global acquisition function is devised to judiciously optimize acquisition functions of two tasks, and its theoretical properties are provided. The proposed method is applied to the composite fuselage assembly process with consideration of material failure using the Tsai-wu criterion, and it is able to achieve zero-failure without the knowledge of explicit failure regions.
- North America > United States > Virginia > Montgomery County > Blacksburg (0.04)
- North America > United States > Massachusetts > Middlesex County > Cambridge (0.04)
- North America > United States > Illinois > McLean County > Normal (0.04)
- (3 more...)
Partner Content
Two things can be said about human beings: we like building machines, and we tend to freak out about the machines we build. The Luddites of 19th-century England, an oath-based secret society, looked to the industrial era and saw not liberation but destitution. The most radical among them formed paramilitary groups to raid textile factories and destroy knitting machines and mechanical looms -- devices that would replace workers. Their political descendants include the lamplighters of early-20th-century New York who went on strike to protest the advent of electric streetlights, and the switchboard operators of Bloomington-Normal, Illinois, who in the 1930s took action against the rotary dial system. Did predictions of automation and mass joblessness come true?
- North America > United States > New York (0.25)
- North America > United States > Illinois > McLean County > Normal (0.25)
- Europe > United Kingdom > England (0.25)
- (3 more...)
IRIS: A Student-Driven Mobile Robotics Project
Anderson, David (Illinois State University) | Gottlieb, Jeremy (California State University, Monterey Bay) | Thill, Eric (Illinois State University) | Lockwood, Kate (California State University, Monterey Bay)
This paper introduces the IRIS mobile robot project. IRIS is a largely student designed and implemented mobile robot platform created to provide a mechanism for classroom explorations of topics in artificial intelligence, cognitive science, and robotics. It has been designed to be used by students from middle school through college.
- North America > United States > Pennsylvania (0.04)
- North America > United States > Massachusetts > Middlesex County > Malden (0.04)
- North America > United States > Massachusetts > Middlesex County > Cambridge (0.04)
- (3 more...)